home *** CD-ROM | disk | FTP | other *** search
/ Champak 119 / (Vol 119) Nov 09 2010.iso / Games / how_to_make_blueberry_muffins.swf / scripts / DefineSprite_114 / frame_1 / DoAction.as
Text File  |  2010-11-09  |  156b  |  9 lines

  1. this.onRollOver = function()
  2. {
  3.    btn_Animation.gotoAndPlay("btnOver");
  4. };
  5. this.onRollOut = function()
  6. {
  7.    btn_Animation.gotoAndPlay("btnOut");
  8. };
  9.